home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / program / palis.rea < prev    next >
Text File  |  1996-01-16  |  1KB  |  37 lines

  1. Short:    Patches to libs will be tracked & wisely handled
  2. Author:   codex@stern.mathematik.hu-berlin.de (Hans Buehler)
  3. Uploader: codex@stern.mathematik.hu-berlin.de (Hans Buehler)
  4. Version:  1.01
  5. Type:     dev/misc
  6. Replaces: palis.*
  7.  
  8.  Palis V1.00
  9.  -----------
  10.  
  11.  Palis has been programmed in order to enable _all_ programs to 
  12. remove patches they once made.
  13.  IT IS A STAND-ALONE SOLUTION thus it will also work with tools
  14. that are not prepared to cooperate with Palis.
  15.  For developpers, the only difference between supporting Palis or
  16. not is that one may simply use a exec/SetFunction() pair to install
  17. and remove a patch and doesn't bother of any modified offsets and
  18. stuff. Palis will do the rest for you:
  19.  - installing dummy code.
  20.  - prevent library offset from pointing into trashed memory
  21.    (when you or another program removes its patch)
  22.  - automatically free memory used by dummy code.
  23.  Furthermore, some little examples how to realize a fairly save patch
  24. are supplied with the documentation.
  25.  
  26. V1.01
  27.  Little bug fixed (you were able to start palis twice.)
  28.  
  29.  
  30.  Palis V1.00 will be used among with util/cdity/cdxSizer V3.12 (released
  31. soon... I do have to finish the dox ;(
  32.  
  33.  Palis V1.00 is FREEWARE. Source included in the archive.
  34.  
  35.  Hans Buehler, Codex Design Software
  36.  28-11-1995
  37.